Nuprl Definition : eq_atomn
13,42
postcript
pdf
eq_atom$n(
x
;
y
) == if
x
=1
y
then tt else ff
latex
clarification:
eq_atom$n(
x
;
y
) == atom_eq{$n:n}(
x
;
y
; tt; ff)
latex
Up
atoms
Definitions
if
a
=1
b
then
x
else
y
,
tt
,
ff
FDL editor aliases
eq_atom*
origin